thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgb(160, 160, 160);
  color: white;
}

.reportTable {
  border-collapse: collapse;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
}


/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/

.reportTable th {
  background-color: rgb(160, 160, 160) !important;
  color: #ffffff;
  text-align: left;
}

.reportTable th,
.reportTable td {
  padding: 12px 15px;
  vertical-align: middle;
}

.reportTable tbody tr {
  border-bottom: 1px solid #dddddd;
  color: gray;
}

.reportTable tbody tr:nth-of-type(even) {
  background-color: #EEEEEE;
}

.reportTable tbody tr:last-of-type {
  border-bottom: 2px solid rgb(160, 160, 160);
}

.reportTable tbody tr td:first-of-type {
  font-weight: bold;
  font-style: italic;
}

.reportTableFilter {
  background-color: var(--primaryColor) !important;
  color: #ffffff;
  text-align: left;
}

.dataTables_filter label {
  color: gray;
}

.dataTables_length label {
  color: gray;
}

.dataTables_length label select {
  color: grey;
}

.dataTables_info {
  color: gray;
}

.dataTables_filter label input[type=search] {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=search]:focus {
  outline: none !important;
  border: 2px solid rgb(204, 204, 204);
  box-shadow: 0 0 4px #C9C9C9;
}

table.dataTable tr:hover {
  background-color: rgb(224, 223, 223) !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline;
  border: #95C11F;
  background-color: white !important;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin-top: -40px;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline;
  width: auto;
  border-color: rgb(220, 220, 220);
  border-radius: 5px !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: normal;
  text-align: right;
  margin-top: -30px;
}

div.dataTables_wrapper div.dataTables_paginate a {
  margin: 0.5% !important;
  padding: 0.2% !important;
  color: gray;
}

div.dataTables_wrapper div.dataTables_paginate a:hover {
  margin: 0.5% !important;
  padding: 0.2% !important;
  color: var(--primaryColor);
  border: solid 1px;
}

div.dataTables_wrapper div.dataTables_paginate a:hover {
  text-decoration: none;
  cursor: pointer;
}

.table-curved {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0px;
}

.table-curved {
  border: solid #ccc 1px;
  border-radius: 6px;
  border-left: 0px;
}

.table-curved tr {
  position: relative;
  border-radius: 26px;
  border-collapse: seperate;
  border-spacing: 0;
  background: #f8f8f8;
  background-position-x: 10px;
  padding: 10px 0;
  transition: .1s;
}

.table-curved tr:hover {
  background: #eee;
}

.table-curved th {
  border-top: none;
}

.table-curved th:first-child {
  border-radius: 6px 0 0 0;
}

.table-curved th:last-child {
  border-radius: 0 6px 0 0;
}

.table-curved th:only-child {
  border-radius: 6px 6px 0 0;
}

.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}

.table-curved tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

.table-curved td:first-child:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
  position: absolute;
}

tfoot tr {
  background: #96c11f90 !important;
}

.table-curved td.red:before {
  background: rgb(218, 0, 0);
  margin-top: 0.25px !important;
}

.table-curved td.green:before {
  background: rgb(0, 165, 8);
  margin-top: 0.25px !important;
}

.table-curved td.yellow:before {
  background: rgb(216, 209, 0);
  margin-top: 0.25px !important;
}

.table-curved td.orange:before {
  background: rgb(218, 142, 0);
  margin-top: 0.25px !important;
}

.table-curved td:first-child {
  padding-left: 15px;
}

.table-curved td {
  position: relative;
  border-bottom: 10px solid white;
  border-spacing: 0px;
  padding: 10px;
}

.text-red {
  color: red !important;
}

.text-green {
  color: rgb(0, 165, 8) !important;
}

.text-orange {
  color: orange !important;
}

.text-yellow {
  color: rgba(247, 210, 0, 0.979) !important;
}

#reportsTable_filter ul {
  color: #95C11F;
  padding-left: 10px;
}

#reportsTable_filter ul li a {
  text-decoration: none;
  color: gray;
}

#reportsTable_filter ul li a:hover {
  color: #95C11F;
}

.form-control:focus,
#search:focus,
.input-group-btn button:focus {
  outline: none !important;
  box-shadow: 0 0 5px #95C11F;
}

#reportsTable_length label {
  margin-top: 10px;
}